InitializeResult
@Serializable
After receiving an initialized request from the client, the server sends this response.
Constructors
Link copied to clipboard
constructor( protocolVersion: String = LATEST_PROTOCOL_VERSION, capabilities: ServerCapabilities = ServerCapabilities(), serverInfo: Implementation, _meta: JsonObject = EmptyJsonObject)